ComponentOne FinancialChart for WPF
C1.WPF Namespace / IOrderedSet<T> Interface
The type of the elements in the collection.
Members



In This Topic
    IOrderedSet<T> Interface
    In This Topic
    Defines methods to manipulate ordered sets.
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Interface IOrderedSet(Of T) 
    'Usage
     
    
    Dim instance As IOrderedSet(Of T)
    [DefaultMember("Item")]
    public interface IOrderedSet<T> 
    [DefaultMember("Item")]
    generic<typename T>
    public interface class IOrderedSet 
    Type Parameters
    T
    The type of the elements in the collection.
    See Also